home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / 7th-College / LearnGe105#1 / English_German I 1.05 / background_13313.txt < prev    next >
Text File  |  1990-01-05  |  1KB  |  69 lines

  1. -- background: 13313 from stack: in.05
  2. -- bmap block id: 14051
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7.  
  8.  
  9.  
  10.  
  11. -- part 2 (button)
  12. -- low flags: 00
  13. -- high flags: A004
  14. -- rect: left=314 top=44 right=75 bottom=377
  15. -- title width / last selected line: 0
  16. -- icon id / first selected line: 0 / 0
  17. -- text alignment: 1
  18. -- font id: 0
  19. -- text size: 12
  20. -- style flags: 0
  21. -- line height: 16
  22. -- part name: Words
  23. ----- HyperTalk script -----
  24. on mouseUp
  25.   --FlashStack Version
  26.   global offset
  27.   go card firstGroup() + offset
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 3 (button)
  33. -- low flags: 00
  34. -- high flags: A004
  35. -- rect: left=256 top=44 right=75 bottom=313
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Options
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   --FLASHSTACK VERSION
  47.   go card 2
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 4 (button)
  53. -- low flags: 00
  54. -- high flags: 2004
  55. -- rect: left=378 top=44 right=75 bottom=439
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 1012 / 1012
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Return
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   go back
  67. end mouseUp
  68.  
  69.